home *** CD-ROM | disk | FTP | other *** search
/ Oxygen Multimedia Graphics 22 / Oxygen Multimedia Graphics 22.iso / pc / System / OX22 / Bonus_8_Egg1.ls < prev    next >
Encoding:
Text File  |  2008-03-12  |  95 b   |  8 lines

  1. on exitFrame
  2.   if sound(1).isBusy() then
  3.     go(the frame)
  4.   else
  5.     go("Final")
  6.   end if
  7. end
  8.